home *** CD-ROM | disk | FTP | other *** search
/ Hardcore Gamer Resource Kit / Hardcore Gamer Resource Kit - Disc 3.iso / screensavers / saver17.zip / VoodooLights / Sources / main.h < prev    next >
C/C++ Source or Header  |  1997-06-25  |  145b  |  10 lines

  1. #ifndef _MAIN_H_
  2. #define _MAIN_H_
  3.  
  4. extern void main_InitModule( void ) ;
  5.  
  6. extern void main_MainLoop( void ) ;
  7.  
  8. extern Float dt ;
  9.  
  10. #endif